This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Just wondering if anyone knows where to find information/documentation for the Domino OSGI plugin libraries?
I've created a server servlet plugin, but am running into the following issues:
1) the ContextInfo.getUserSession() seems to be tied to my user account even for fresh sessions where I haven't yet logged in.
2) After creating another session for another user using the NotesFactory.createSession(null, string, string), I'm running into Java restricted operation issues. Is there a way to configure this servlet or session to be able to run Java restricted operations (mainly to be able to use EmbeddedObject.getInputStream() which ends up creating a temp file on the file system), without including all users in the Domino configuration document in the security section for allowing Java restricted operations? I know it's possible through Java agents, but the agent won't be able to accomplish what I'm trying to do.
Feedback number WEBB8UJNAJ created by ~Dan Bubresachek on 05/22/2012
Status: Open
Comments: